an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 2/9/2011 9:07:09 AM By lukezy. 3 replies.
1/25/2010 9:41:14 AM
todo
Posts: 1
Joined: 6/16/2009
rss feed or newsletter?
I'm working for a shopping site where I'm supposed to implement rss or newsletter or something along those lines.
 
I did see newsletter field and even RSS Viewer control in dotshoppingcart, but I am not sure if they are functional?
 
How would I implement newsletter or something for a dotshoopingcart site or is it already in place and I am just not looking around enough?
1/25/2010 9:56:11 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: rss feed or newsletter?
Both are fully implemented in DotShoppingCart Suite. The open source edition doesn't have these features.
DotShoppingCart Staff
2/8/2011 7:54:59 PM
malshini
Posts: 29
Joined: 11/9/2010
Re: rss feed or newsletter?
Please let me know how to enable the feature RSS feed and its function in the site.
 
Thanks a lot
 
2/9/2011 9:07:09 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: rss feed or newsletter?
There is a builtin RSS feed for new products. If you can extend it to the feature products, take a look at Web\Store\Rss.aspx.cs . Basically you extend store procedure DSC_Product_Export_Summary to accept a new parameter to specify whether to return new products or featured products.
DotShoppingCart Staff